home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1996 September / inter@ivo 1996-09.iso / cybint8 / bin / cybint8.exe / cybint8.DXR / 00002.ls next >
Encoding:
Text File  |  1996-08-01  |  212 b   |  12 lines

  1. on exitFrame
  2.   if the movieTime of sprite 1 = the duration of cast 1 then
  3.     startTimer()
  4.     repeat while the timer < 30
  5.       nothing()
  6.     end repeat
  7.     go(the frame + 1)
  8.   else
  9.     Loopframe()
  10.   end if
  11. end
  12.